c4c0b6da880476d228ae5e934256bb6927e25287,src/com/itmill/toolkit/ui/Tree.java,Tree,paintContent,#PaintTarget#,351
Before Change
target.addVariable(this, "selected", selectedKeys);
// Expand and collapse
target.addVariable(this, "expand", new String[] {});
target.addVariable(this, "collapse", new String[] {});
// New items
After Change
target.endTag("actions");
}
if(partialUpdate) {
partialUpdate = false;
} else {
// Selected
target.addVariable(this, "selected", selectedKeys);
// Expand and collapse
target.addVariable(this, "expand", new String[] {});
target.addVariable(this, "collapse", new String[] {});
// New items